Skip to main content

Validate OTP

Request to be POSTed to uri : /NorenWClientTP/ValOTPStPwd

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
Json FieldsPossible valueDescription
uid*User Id
pwd*New password to be set in plain text
otp*OTP needs to sent in this field

Response Details :

Json FieldsPossible valueDescription
ReqStatus1.“Password Reset Success” 2.“Otp expired” 3.“Invalid OTP” 4."Please enter an alphanumeric password of minimum 8 characters. Refer password criteria for more details" 5.“Password couldn't be changed as it is among the previous 3 passwords”Request status
emsgError message

Sample Success Response :

{
"ReqStatus":"Password Reset Success"
}

Sample Failure Response :

{
"stat":"Not_Ok",
"emsg":"Server Timeout : "
}